From the Firehose

Git [short]

git pull

$ git pull origin main
**git pull** добре використовувати:

  •  перед початку роботи (щоб мати останні зміни), 
  • перед виконанням **git push** (щоб уникнути можливих конфліктів).

git push

$ git add .
$ git commit -m "added new file"
$ git push origin main

Category: Git | Comments: 0

Comments: 0

About

Customize this section to tell your visitors a little bit about your publication, writers, content, or something else entirely. Totally up to you.